Skip to content

chore: release v0.2.0#73

Merged
subotic merged 3 commits into
mainfrom
release-plz-2026-03-20T17-02-58Z
Mar 20, 2026
Merged

chore: release v0.2.0#73
subotic merged 3 commits into
mainfrom
release-plz-2026-03-20T17-02-58Z

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 New release

  • loom-core: 0.1.0 -> 0.2.0 (⚠ API breaking changes)
  • loom-cli: 0.1.0 -> 0.2.0

loom-core breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field RegistryConfig.scan_depth in /tmp/.tmpc4zapa/loom/crates/loom-core/src/config/mod.rs:51
  field Config.editor in /tmp/.tmpc4zapa/loom/crates/loom-core/src/config/mod.rs:20
  field NewWorkspaceOpts.branch in /tmp/.tmpc4zapa/loom/crates/loom-core/src/workspace/new.rs:26
  field NewWorkspaceOpts.random_branch in /tmp/.tmpc4zapa/loom/crates/loom-core/src/workspace/new.rs:28

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_parameter_count_changed.ron

Failed in:
  loom_core::registry::discover_repos now takes 3 parameters instead of 2, in /tmp/.tmpc4zapa/loom/crates/loom-core/src/registry/mod.rs:50
  loom_core::workspace::new::create_workspace now takes 3 parameters instead of 2, in /tmp/.tmpc4zapa/loom/crates/loom-core/src/workspace/new.rs:38
Changelog

loom-cli

0.2.0 - 2026-03-20

Added

  • (workspace) add loom editor and loom reset commands
  • (registry) configurable scan_depth for flexible directory layouts
  • (cli) wire new commands, add flags, branch naming, and progress

Fixed

  • (exec) show command name, directory, and PATH hints on failure


This PR was generated with release-plz.

github-actions Bot and others added 3 commits March 20, 2026 17:02
The fix(shell) commit was folded into a build: commit during
history cleanup and didn't appear in the generated changelog.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@subotic subotic merged commit bcfb7de into main Mar 20, 2026
6 checks passed
@subotic subotic deleted the release-plz-2026-03-20T17-02-58Z branch March 20, 2026 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant